.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top:45%;
    background: #000;
}
 
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
}
 
.overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
 
.overlay h1 {
    text-align:center;
    color:#fff;
    font-size: 70px;
    margin-top:17%;
    font-weight: bold;
}
.priem_plitki_one {
    padding: 0px 0 0 180px;
}
.priem_plitki_one>div {
    height: 180px;
}
.priem {
    background: #ebebeb;
    padding: 60px 0;
}
.uslugi_index {
    margin: 60px 0;
}
/*.bipron_title_page{
    background: #5fbff7;
    padding: 25px 0 25px;
    color: #fff;
}
.bipron_title_page h1{
    
}
.bipron_title_page a{
   color: #fff; 
}
.h_title{
    margin-top: 0px;
}
.bx-breadcrumb-item-angle {
    color: #fff;
}*/

.footer {
    background: #ebebeb;
    /*background: #fff;*/
    color: #000000;
}
.footer a {
    color: #416ae6;
    text-decoration: underline;
}
.footer a:hover {
    text-decoration: none;
}
.nav>li>a {
    padding: 10px 8px;
}

/*new styles 25.10.2019*/
.actual-news{
	padding: 60px 0;
	background-color: #ebebeb;
}
.download-btn{
	margin-top: 30px;
}
.download-btn a{
	background-color: #4169e1;
	padding: 10px 30px;
    font-size: 20px;
    border: 1px white solid;
    border-radius: 30px;
    font-family: "bold";
	color: #fff;
}